home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Securite / Moon Secure Antivirus / MsavSetup.2.2.2.165.exe / {app} / moontray.exe / 0 / RCDATA / TMOONTRAYPOPUP / TMOONTRAYPOPUP.txt < prev   
Text File  |  2008-05-17  |  2KB  |  119 lines

  1. object MoonTrayPopup: TMoonTrayPopup
  2.   Left = 510
  3.   Top = 361
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MoonSecure AV'
  7.   ClientHeight = 110
  8.   ClientWidth = 229
  9.   Color = clCream
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lbMsg: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 169
  24.     Height = 73
  25.     AutoSize = False
  26.     Caption = 'MoonSecure Antivirus Messages'
  27.     Transparent = True
  28.     WordWrap = True
  29.   end
  30.   object Image1: TImage
  31.     Left = 184
  32.     Top = 6
  33.     Width = 41
  34.     Height = 41
  35.     Picture.Data = {<image000.bmp>}
  36.   end
  37.   object lbFirst: TLabel
  38.     Left = 8
  39.     Top = 93
  40.     Width = 15
  41.     Height = 13
  42.     Cursor = crHandPoint
  43.     Caption = '<<'
  44.     Color = clActiveCaption
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clHighlight
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentColor = False
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object lbLast: TLabel
  55.     Left = 109
  56.     Top = 93
  57.     Width = 15
  58.     Height = 13
  59.     Cursor = crHandPoint
  60.     Caption = '>>'
  61.     Color = clActiveCaption
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clHighlight
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentColor = False
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object lbNext: TLabel
  72.     Left = 89
  73.     Top = 93
  74.     Width = 15
  75.     Height = 13
  76.     Cursor = crHandPoint
  77.     Caption = '=>'
  78.     Color = clActiveCaption
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clHighlight
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentColor = False
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object lbPrevious: TLabel
  89.     Left = 27
  90.     Top = 93
  91.     Width = 15
  92.     Height = 13
  93.     Cursor = crHandPoint
  94.     Caption = '<='
  95.     Color = clActiveCaption
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clHighlight
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentColor = False
  102.     ParentFont = False
  103.     Transparent = True
  104.   end
  105.   object Timer1: TTimer
  106.     Enabled = False
  107.     OnTimer = Timer1Timer
  108.     Left = 192
  109.     Top = 80
  110.   end
  111.   object fTimer: TTimer
  112.     Enabled = False
  113.     Interval = 1
  114.     OnTimer = fTimerTimer
  115.     Left = 192
  116.     Top = 48
  117.   end
  118. end
  119.